Common contextual

changeEntityColor(entity, ChangeEntityColor)

Color: Choose the color for the object representation

Alias: changeEC
Constraints: User interface
Parameters:
  • entity ([Entity]) – Entity/Entities to apply the command

  • ChangeEntityColor (str) – Color in hexadecimal value, for example #ffffff.

changeIPMode(entity, ChangeIPMode)

IP mode: Selection of integration point to draw for element results with thin mode

Constraints: User interface
Parameters:
  • entity ([Entity]) – Entity/Entities to apply the command

  • Enumerate – { IPNumber, IPMax, IPMin, IPMixed } ChangeIPMode: IP Mode.

changeUniqueIP(entity, ChangeUniqueIP)

IP results: Integration point to draw for element results with thin mode

Constraints: User interface
Parameters:
  • entity ([Entity]) – Entity/Entities to apply the command

  • ChangeUniqueIP (int) – IP Number.

changeViewStyle(entity, ChangeViewStyleType)

Show Enhanced Mesh:

Alias: changeVS
Constraints: User interface
Parameters:
  • entity ([Entity]) – Entity/Entities to apply the command

  • Enumerate – { Texture, Opaque, Translucent, Wire, Hide, ShowMesh, ShowMesh3D } ChangeViewStyleType: Type of view style to change.

reportEntities(entity)

Generate report: Generate entities report

Constraints: User interface
Parameters:

entity ([Entity]) – Entity/Entities to apply the command

showAttribute(entity, ShowCheckBoxType, ShowCheckBoxFlag)

Elements: Show the finite elements numbering

Alias: showAttr
Constraints: User interface
Parameters:
  • entity ([Entity]) – Entity/Entities to apply the command

  • Enumerate – { Name, AuxName, AuxPoint, AuxCurve, AuxWire, AuxFace, AuxShell, AuxVolume, NodesName, FEName } ShowCheckBoxType: Type of checkbox to change.

  • ShowCheckBoxFlag (bool) – New value of the checkbox.